home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * "Irit" - the 3d polygonal solid modeller. *
- * *
- * Written by: Gershon Elber Ver 0.1, Mar. 1990 *
- ******************************************************************************
- * MSDOS graphical interface for IRIT. Based on intr_lib windowing library. *
- *****************************************************************************/
-
- #ifndef DJGGRAPH_H
- #define DJGGRAPH_H
- ;
-
- #include "iritgrap.h"
- #include "intr_lib.h"
- #include "intr_gr.h"
-
- extern int
- IGGlblInputWindowID,
- IGGlblViewWindowID,
- IGGlblTransWindowID;
-
- void InitIntrLibWindows(void);
- IGGraphicEventType GetGraphicEvent(RealType *ChangeFactor);
- void CloseIntrLibWindows(void);
-
- #endif /* DJGGRAPH_H */
-